home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / sabdu231.zip / NOSYSTEM.TXT < prev    next >
Text File  |  1993-07-03  |  2KB  |  40 lines

  1. SAB Diskette Utility uses IOCTL to copy the boot sector of your
  2. C: drive when creating a system (bootable) diskette.  This is
  3. done to make sure that the boot sector of the diskette is
  4. compatible with the version of DOS that your are using.
  5.  
  6. Some hard disk device drivers do not support direct IOCTL
  7. access.  If you are unable to create a system diskette because
  8. of restricted access to the C: drive boot sector you can
  9. create a file containing a copy of the boot sector of your
  10. C: drive by using the following command:
  11.              DEBUG < GETBOOTC.DBG
  12.  
  13. This will create a 512 byte file called SABDUSEC.DOS which
  14. will contain a copy of the boot sector from your C: drive.
  15. You can tell SAB Diskette Utility to use it by adding the
  16. following line to the SAB.INI file in your \WINDOWS directory:
  17.           BootSectorFile=d:\path\SABDUSEC.DOS
  18. where d:\path\ is the drive and path that the SABDUSEC.DOS
  19. file is in.
  20.  
  21. For example if you have installed SAB Diskette Utility in
  22. C:\SABDU then do the following:
  23.              C:
  24.              CD \SABDU
  25.              DEBUG < GETBOOTC.DBG
  26. and add the following line to SAB.INI in your \WINDOWS
  27. directory:
  28.              BootSectorFile=C:\SABDU\SABDUSEC.DOS
  29.  
  30. You can also specify the name of the system files that will
  31. be used to create the system (bootable) diskette:
  32.              IOSysFile=
  33.              MSDosSysFile=
  34.              CommandComFile=
  35.  
  36. The first two specify the names of the two hidden files that
  37. are part of the boot-strap loading process.  The third one,
  38. CommandComFile specifies the operating system shell.
  39.  
  40.